isCameraZoomClampingEnabled

abstract fun isCameraZoomClampingEnabled(blockOrScene: DesignBlock): Boolean

Queries whether zoom clamping is enabled.

Return

true if the given block has zoom clamping set or the scene contains a block for which zoom clamping is set, false otherwise.

Parameters

blockOrScene

the scene or a block in the scene for which to query the zoom clamping.